-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
invalid sample names from big files found on mds3 init is reported to… #2541
Conversation
b5e682d
to
2790c5e
Compare
4933102
to
f4efc7d
Compare
*/ | ||
type SnvindelComputeGroup_filter = { | ||
// FIXME type value can only be 'filter' but breaks tsc | ||
type: string //'filter' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@creilly8 here supplying type:'filter'
will cause npx tsc error (run this command in sjpp/ and checkout pp.issue.2513_newInput
branch to get corresponding sjlife ds file changes)
could u take a look?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like the type: 'filter'
isn't compatible with the other type attributes as string
. We saw a similar issue with non-overlapping attributes in unions typing the geneVariant termsetting code.
… console log
Description
closes #2540
contains misc fixes related to survivorship db rebuild
all CI pass. is not dependent on sjpp PR and can test with sjpp master
Checklist
Check each task that has been performed or verified to be not applicable.